ioemu fixes: do not install into /usr/share/qemu as it conflicts with
real qemu installations. Also, do not link x86/64 with a special linker
script -- breaks on SLES9 and ought to be unnecessary.
The linker scripts and configuration/Makefile environment all need
stripping out at some point.
Signed-off-by: Keir Fraser <keir@xensource.com>
prefix="usr/local"
fi
mandir="$installroot/$prefix/share/man"
-datadir="$installroot/$prefix/share/qemu"
+datadir="$installroot/$prefix/share/xen/qemu"
docdir="$installroot/$prefix/share/doc/qemu"
bindir="$installroot/$prefix/bin"
configdir="$installroot/etc/xen"
ifdef CONFIG_STATIC
VL_LDFLAGS+=-static
endif
+ifeq ($(XEN_TARGET_ARCH),x86_32)
VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(XEN_TARGET_ARCH).ld
+endif
ifndef CONFIG_DARWIN
ifndef CONFIG_WIN32
VL_LIBS=-lutil